PlacesSidebar: Avoid warning about unused variable
authorDaniel Boles <dboles@src.gnome.org>
Sun, 27 Aug 2017 14:32:44 +0000 (15:32 +0100)
committerDaniel Boles <dboles@src.gnome.org>
Sun, 27 Aug 2017 14:37:34 +0000 (15:37 +0100)
commitd1d8658898b815ebef1631b05d07d255356c4602
tree39ff8c1079bb9b1ece13d0b037a8dd3dd5a53f13
parent53e0bd91e64366d2ac750f376adf909f87fe80c0
PlacesSidebar: Avoid warning about unused variable

end_icon is only used if HAVE_CLOUDPROVIDERS is defined, so only declare
it under the same condition.

https://bugzilla.gnome.org/show_bug.cgi?id=786123
gtk/gtkplacessidebar.c